public class EditCollection extends ArrayList<EditIF> implements EditCollectionIF
modCount
Constructor and Description |
---|
EditCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addEdit(EditIF edit) |
void |
addEdits(List<EditIF> editList) |
List<EditIF> |
getCriticalEdits() |
List<EditIF> |
getEditId(EditId_EN editId) |
List<EditIF> |
getEdits() |
boolean |
hasCriticalEdits() |
boolean |
hasEditId(EditId_EN editId) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public List<EditIF> getCriticalEdits()
getCriticalEdits
in interface EditCollectionIF
public boolean hasCriticalEdits()
hasCriticalEdits
in interface EditCollectionIF
public List<EditIF> getEditId(EditId_EN editId)
getEditId
in interface EditCollectionIF
editId
- public boolean hasEditId(EditId_EN editId)
hasEditId
in interface EditCollectionIF
editId
- public void addEdit(EditIF edit)
addEdit
in interface EditCollectionIF
edit
- public List<EditIF> getEdits()
getEdits
in interface EditCollectionIF
public void addEdits(List<EditIF> editList)
addEdits
in interface EditCollectionIF
editList
- Copyright © 2020. All rights reserved.